MORE

Syntax: MORE [#ch,] filename
Location: MORE (DIY Toolkit - Vol V)

In its simplest form, MORE will open a channel to the specified filename (adding the data default directory if the file does not exist) and display it in the specified window channel (default #1).

The file will then be displayed in the specified channel, one window full at a time.  #0 is used by the command to display the length of the file in bytes and the number of the last byte displayed in the window.  You can move around the file by using the following keys:

<ENTER>     Enter a file position to look at
<ALT><UP>   Move up one page
<ALT><DOWN> Move down one page.
<DOWN>      Move down
<ESC>       EXIT

CROSS-REFERENCE:
Compare COPY flp1_test_bas to SCR and VIEW.
